Fix a bunch of functions that should have been marked static.
authorOwen Taylor <otaylor@redhat.com>
Thu, 2 Nov 2000 19:15:34 +0000 (19:15 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 2 Nov 2000 19:15:34 +0000 (19:15 +0000)
Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>

* gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
been marked static.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkdnd-x11.c

index 0554b29b631750ef0602fd9fba60394360940c2c..75576841e8923084ea080ff2d4bc84c5ec31012a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
 2000-11-02  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): had a test backward
index 0554b29b631750ef0602fd9fba60394360940c2c..75576841e8923084ea080ff2d4bc84c5ec31012a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
 2000-11-02  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): had a test backward
index 0554b29b631750ef0602fd9fba60394360940c2c..75576841e8923084ea080ff2d4bc84c5ec31012a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
 2000-11-02  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): had a test backward
index 0554b29b631750ef0602fd9fba60394360940c2c..75576841e8923084ea080ff2d4bc84c5ec31012a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
 2000-11-02  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): had a test backward
index 0554b29b631750ef0602fd9fba60394360940c2c..75576841e8923084ea080ff2d4bc84c5ec31012a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
 2000-11-02  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): had a test backward
index 0554b29b631750ef0602fd9fba60394360940c2c..75576841e8923084ea080ff2d4bc84c5ec31012a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
 2000-11-02  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): had a test backward
index 0554b29b631750ef0602fd9fba60394360940c2c..75576841e8923084ea080ff2d4bc84c5ec31012a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+       been marked static.
+
 2000-11-02  Havoc Pennington  <hp@redhat.com>
 
        * gtk/testgtk.c (create_labels): had a test backward
index 28478eeb9022aed0ed84e2480d7a2b2a0aed29d3..976abaf3a7b81dee7a4ac5a2d83a50e8b045e590 100644 (file)
@@ -856,7 +856,7 @@ static GdkAtom motif_drag_receiver_info_atom = GDK_NONE;
 
 /* Target table handling */
 
-GdkFilterReturn
+static GdkFilterReturn
 motif_drag_window_filter (GdkXEvent *xevent,
                          GdkEvent  *event,
                          gpointer data)
@@ -911,7 +911,7 @@ motif_lookup_drag_window (Display *display)
 /* Finds the window where global Motif drag information is stored.
  * If it doesn't exist and 'create' is TRUE, create one.
  */
-Window 
+static Window 
 motif_find_drag_window (gboolean create)
 {
   if (!motif_drag_window)
@@ -1335,7 +1335,7 @@ motif_set_targets (GdkDragContext *context)
   private->motif_targets_set = 1;
 }
 
-guint32
+static guint32
 motif_check_dest (Window win)
 {
   gboolean retval = FALSE;
@@ -1671,7 +1671,7 @@ motif_top_level_enter (GdkEvent *event,
   return GDK_FILTER_TRANSLATE;
 }
 
-GdkFilterReturn
+static GdkFilterReturn
 motif_top_level_leave (GdkEvent *event,
                       guint16   flags, 
                       guint32   timestamp)
@@ -1695,7 +1695,7 @@ motif_top_level_leave (GdkEvent *event,
     return GDK_FILTER_REMOVE;
 }
 
-GdkFilterReturn
+static GdkFilterReturn
 motif_motion (GdkEvent *event,
              guint16   flags, 
              guint32   timestamp,
@@ -1735,7 +1735,7 @@ motif_motion (GdkEvent *event,
   return GDK_FILTER_REMOVE;
 }
 
-GdkFilterReturn
+static GdkFilterReturn
 motif_operation_changed (GdkEvent *event,
                         guint16   flags, 
                         guint32   timestamp)
@@ -1770,7 +1770,7 @@ motif_operation_changed (GdkEvent *event,
   return GDK_FILTER_REMOVE;
 }
 
-GdkFilterReturn
+static GdkFilterReturn
 motif_drop_start (GdkEvent *event,
                  guint16   flags,
                  guint32   timestamp,
@@ -1803,7 +1803,7 @@ motif_drop_start (GdkEvent *event,
   return GDK_FILTER_TRANSLATE;
 }  
 
-GdkFilterReturn
+static GdkFilterReturn
 motif_drag_status (GdkEvent *event,
                   guint16   flags,
                   guint32   timestamp)
@@ -1857,7 +1857,7 @@ motif_drag_status (GdkEvent *event,
   return GDK_FILTER_REMOVE;
 }
 
-GdkFilterReturn
+static GdkFilterReturn
 motif_dnd_filter (GdkXEvent *xev,
                  GdkEvent  *event,
                  gpointer data)
@@ -2156,7 +2156,7 @@ xdnd_set_actions (GdkDragContext *context)
  *   results:
  *************************************************************/
 
-gint
+static gint
 xdnd_send_xevent (Window window, gboolean propagate, 
                  XEvent *event_send)
 {